home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / NeXT-Icons / next-icon@gun.com / Apps / ImagePortfolio / apputils.subproj / Makefile.postamble < prev    next >
Encoding:
Makefile  |  1993-06-03  |  573 b   |  18 lines

  1.  
  2. # -------------------------------------------------------------------------------
  3. # uncomment line-1 for bundles, line-2 for subprojects
  4. #LIB_NAME = $(BUNDLE:=_s.a)
  5. LIB_NAME = $(SUBPROJ_OFILE_DIR)/$(NAME:.subproj=_s.a)
  6.  
  7. # -------------------------------------------------------------------------------
  8. # dependency for building the library
  9. project:: $(LIB_NAME)
  10.  
  11. # -------------------------------------------------------------------------------
  12. # create the library
  13. $(LIB_NAME): $(PRODUCT_DEPENDS)
  14.     rm -f $(LIB_NAME) ;
  15.     libtool -o $(LIB_NAME) $(OFILES) $(OTHER_OFILES)
  16.  
  17. #
  18.